home *** CD-ROM | disk | FTP | other *** search
- Path: news.coli.uni-sb.de!usenet
- From: uhrig@mpi-sb.mpg.de (Christian Uhrig)
- Newsgroups: comp.lang.c++.leda
- Subject: REDEFINE_NAMES
- Date: 9 Feb 1996 12:19:57 GMT
- Organization: Max-Planck-Institut fuer Informatik
- Distribution: world
- Message-ID: <4ffe5d$45f@coli-gate.coli.uni-sb.de>
- References: <4fdoa1$5os@mordred.gatech.edu>
- Reply-To: uhrig@mpi-sb.mpg.de
- NNTP-Posting-Host: joker.ag1.mpi-sb.mpg.de
-
-
- Hello,
-
- as mentioned in a recent posting,
- the REDEFINE_NAMES problem can easily be fixed as follows:
- enclose the entire <LEDA/UNDEFINE_NAMES.h> file into
-
- #ifndef LEDA_INSTALL
- ...
-
- #endif
-
- and use -DLEDA_INSTALL when compiling the LEDA sources
- (edit LEDA/src/Make.src).
-
-
- Christian Uhrig
-
-
-